go.opentelemetry.io/otel/trace.SpanContext.traceFlags (field)
16 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L203: traceFlags: config.TraceFlags,
trace.go#L213: traceFlags TraceFlags
trace.go#L236: traceFlags: sc.traceFlags,
trace.go#L257: traceFlags: sc.traceFlags,
trace.go#L278: traceFlags: sc.traceFlags,
trace.go#L286: return sc.traceFlags
trace.go#L291: return sc.traceFlags.IsSampled()
trace.go#L299: traceFlags: flags,
trace.go#L315: traceFlags: sc.traceFlags,
trace.go#L325: sc.traceFlags == other.traceFlags &&
trace.go#L335: TraceFlags: sc.traceFlags,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |